Inverted Indexes

Inverted Index is a data structure, implemented by Lucene, and is leveraged as the lowest abstraction in Elasticsearch for building up the search engine as a whole

An elasticsearch index is made of up one or more shards, each of which is a wrapper over an individual lucene index made up of index segments